validate Security Code
Validates if a String input is a valid security code for the given card brands.
Return
Boolean result of the validation
Parameters
to be validated
list of DLCardBrand against which to validate the security code. If brands list is empty or null, validation will use the default Brand, which has a security code of only digits with minimum length of 3 and maximum of 4.
Validates if a String input is a valid security code for the given card brand.
Return
Boolean result of the validation
Parameters
to be validated
DLCardBrand object against which to validate the security code.
Validates if a String input is a valid security code for the given card brands. Validation will use the default Brand, which has a security code of only digits with minimum length of 3 and maximum of 4.
Return
Boolean result of the validation
Parameters
to be validated